body {
            font-family: Times New Roman, sans-serif;
            text-align: center;
            margin: 1px;
            color: #333;
			padding: 0;
        }
        .logo-container {
            max-width: 600px;
            margin: auto;
        }
        h1 {
            font-size: 2em;
            color: red;
        }
		.contact-info address {
			font-style: normal;
			line-height: 1.5;
			text-al	gn: center; /* Centers text inside the section */
        }
		.italic {
            font-style: italic; /* Italicize the text */
			color: red;
        }
        .bold {
            font-weight: bold; /* Make the text bold */
            font-style: normal; /* Ensure the text is not italicized */
			color: red
		}
		.center-content {
    margin-top: 50px;
}

main {
    padding: 1rem;
	text-align: left;

}

p {
    font-size: 1.5rem;
}

ul {
    list-style-type: disc;
	padding-left: 1rem;
	  font-size: 1.5rem;
	  margin-bottom: 1rem
}

ul ul {
    list-style-type: circle;
    padding-left: 1rem;
}

.highlight-red {
    color: red;

}
.center {
     text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}

.symbol {
    color: red;
    font-size: 24px;
    font-weight: bold;
}

.green-text {
    color: green;
    font-style: italic;
}

.red-text {
    color: red;
}

.blue-text {
    color: blue;
    font-weight: bold;
}

ul {
    list-style-type: square;
    margin-left: 20px;
}

ul ul {
    list-style-type: circle;
    margin-left: 20px;
}

h2 {
    text-decoration: underline;
}

.description {
    text-align: center;
} 
ol, .content {
    font-size: 20px;
	text-align: left;
    max-width: 100%;
    margin: 0;
    line-height: 1.6;
	padding: 20px;
}
.highlight {
    color: green;
    font-weight: bold;
}
h1#important-observations {
    color: red;
    text-decoration: underline;
}
.red-underline {
    color: red;
    text-decoration: underline;